home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / data / file chopper 20 / fchop.exe / TheFileChopper.exe / 0 / RCDATA / TFRMBASESIZE / TFRMBASESIZE.txt < prev   
Text File  |  1998-10-28  |  2KB  |  106 lines

  1. object FrmBaseSize: TFrmBaseSize
  2.   Left = 239
  3.   Top = 148
  4.   AutoScroll = False
  5.   Caption = 'BaseSize'
  6.   ClientHeight = 182
  7.   ClientWidth = 380
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = OnActivate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object lblList: TLabel
  19.     Left = 16
  20.     Top = 9
  21.     Width = 34
  22.     Height = 16
  23.     Caption = 'lblList'
  24.   end
  25.   object lblDescription: TLabel
  26.     Left = 201
  27.     Top = 9
  28.     Width = 82
  29.     Height = 16
  30.     Caption = 'lblDescription'
  31.   end
  32.   object lblSize: TLabel
  33.     Left = 201
  34.     Top = 82
  35.     Width = 40
  36.     Height = 16
  37.     Caption = 'lblSize'
  38.   end
  39.   object ListBox1: TListBox
  40.     Left = 16
  41.     Top = 32
  42.     Width = 159
  43.     Height = 105
  44.     Cursor = crHandPoint
  45.     ItemHeight = 16
  46.     ParentShowHint = False
  47.     ShowHint = True
  48.     TabOrder = 0
  49.     OnClick = ListBox1Click
  50.   end
  51.   object txtDescription: TEdit
  52.     Left = 201
  53.     Top = 32
  54.     Width = 158
  55.     Height = 24
  56.     Cursor = crHandPoint
  57.     ParentShowHint = False
  58.     ShowHint = True
  59.     TabOrder = 1
  60.     OnChange = txtDescriptionChange
  61.   end
  62.   object txtSize: TEdit
  63.     Left = 201
  64.     Top = 106
  65.     Width = 88
  66.     Height = 24
  67.     Cursor = crHandPoint
  68.     ParentShowHint = False
  69.     ShowHint = True
  70.     TabOrder = 2
  71.     OnChange = txtSizeChange
  72.   end
  73.   object DeleteBtn: TButton
  74.     Left = 144
  75.     Top = 146
  76.     Width = 89
  77.     Height = 25
  78.     Cursor = crHandPoint
  79.     Caption = 'DeleteBtn'
  80.     TabOrder = 3
  81.     OnClick = DeleteBtnClick
  82.   end
  83.   object UpdateBtn: TButton
  84.     Left = 16
  85.     Top = 146
  86.     Width = 89
  87.     Height = 25
  88.     Cursor = crHandPoint
  89.     Caption = 'UpdateBtn'
  90.     TabOrder = 4
  91.     OnClick = UpdateBtnClick
  92.   end
  93.   object NewBtn: TButton
  94.     Left = 272
  95.     Top = 146
  96.     Width = 89
  97.     Height = 25
  98.     Cursor = crHandPoint
  99.     Caption = 'NewBtn'
  100.     ParentShowHint = False
  101.     ShowHint = False
  102.     TabOrder = 5
  103.     OnClick = NewBtnClick
  104.   end
  105. end
  106.